home *** CD-ROM | disk | FTP | other *** search
- on prepareMovie
- global gCurrentInkPosition, gCurrentInk, gInkList, gInkTextList, gRelatedInksList, gThisPair, gRelatedInksTextList, gLeftInkList, gRightInkList, gObjectH, gObjectV
- initStandardElements()
- set gCurrentInkPosition to 1
- set gCurrentInk to "Copy"
- set gInkList to ["copy": 0, "matte": 8, "bktrans": 36, "transparent": 1, "reverse": 2, "ghost": 3, "NotCopy": 4, "NotTransparent": 5, "NotReverse": 6, "NotGhost": 7, "mask": 9, "blend": 32, "darkest": 39, "lightest": 37, "add": 34, "addPin": 33, "subtract": 38, "subtractPin": 35]
- set gInkTextList to ["copy": "copytxt", "matte": "mattetxt", "bktrans": "bktranstxt", "transparent": "transparenttxt", "reverse": "reversetxt", "ghost": "ghosttxt", "NotCopy": "NotCopytxt", "NotTransparent": "NotTransparenttxt", "NotReverse": "NotReversetxt", "NotGhost": "NotGhosttxt", "mask": "masktxt", "blend": "blendtxt", "darkest": "darkesttxt", "lightest": "lightesttxt", "add": "addtxt", "addPin": "addPintxt", "subtract": "subtracttxt", "subtractPin": "subtractPintxt"]
- set gRelatedInksList to ["0": 54, "1": 66, "2": 78, "3": 90, "4": 102, "5": 114, "6": 126]
- set gThisPair to 0
- set gRelatedInksTextList to ["0": "copy/not", "1": "transparent/not", "2": "reverse/not", "3": "ghost/not", "4": "dark/light", "5": "subtract/spin", "6": "add/apin"]
- set gLeftInkList to ["0": 0, "1": 1, "2": 2, "3": 3, "4": 39, "5": 38, "6": 34]
- set gRightInkList to ["0": 4, "1": 5, "2": 6, "3": 7, "4": 37, "5": 35, "6": 33]
- set gObjectH to 0
- set gObjectV to 0
- end
-